home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 176-200 / scopedisk180 / arexxtutorial / sbrexx / sblib.readme < prev    next >
Text File  |  1995-03-19  |  4KB  |  108 lines

  1. This zoo file consists of several routines to take a PLink QScan of the
  2. library and import it into SuperBase Professional 3.0.  It will do all of
  3. the string manipulations necessary for SBPro to understand it and then
  4. automatically update the SBPro database.  This is a fine example of what
  5. one could achieve with the combination of products like ARexx and SBPro. 
  6.  
  7. Remember unless you own ARexx and SuperBase Professional version 3.0 this
  8. download could only be considered as reading material.
  9.  
  10.  
  11. This zoo file consists of the following files:
  12.  
  13.     PLinklib.sbf - This is a SBPro database file.  At present file name
  14.     must remain as is.
  15.  
  16.     PLinklib.sbd - This is a SBPro database file.  At present file name
  17.     must remain as is.
  18.  
  19.     PLinklib.1 - This is a SBPro index file.  At present file name
  20.     must remain as is.
  21.  
  22.     PLinklib.2 - This is a SBPro index file.  At present file name
  23.     must remain as is.
  24.     
  25.     PLinklib.4 - This is a SBPro index file.  At present file name
  26.     must remain as is.
  27.  
  28.     SBLib.sbp - This is a SBPro program file
  29.  
  30.     PlinkQ.REXX - This is an ARexx macro that reads a text file containing
  31. your Qscanned People Link listing.
  32.  
  33.     PlinkZ.REXX - This is an extra ARexx macro that will read the
  34. Zonelist.zoo file located in the Amiga Zone Lib that was uploaded by
  35. WALRUS (Thanks WALRUS).  If you download Zonelist.zoo your database
  36. will be current as of 1 Jan 88, unless a more current list becomes
  37. available. You could also save yourself the time and expense of a
  38. "/Qscan;all"
  39.  
  40. To Use:
  41.  
  42.     Copy all of the SBPro related files into your database directory (I
  43. suggest a separate directory)
  44.  
  45.     Copy the two ARexx macro files into your Rexx directory
  46.  
  47. I.    You can run update you database in one of two ways:
  48.  
  49.         1.  You should first ensure that SBPro is running and the
  50.         database PLinklib is open.  Next, open a CLI or Shell and type 
  51.         rx PlinkQ (rx is not required if you're using WShell.  Of 
  52.         course you knew that).
  53.  
  54.         2.  If SBPro is not currently open another requester will pop
  55.         up telling you to start SBPro first.
  56.  
  57.         3.  Select the file you want to import into your database.  
  58.         Note if you run SBPro from it's own screen, then you will 
  59.         need to toggle the Workbench screen to the front in order
  60.         to select file.
  61.  
  62.         5.  The program will automatically strip the "garbage" from the
  63.         specified text file and enter it into the PLinklib database.  A
  64.         counter is maintained in both SBPro and in the CLI to let you know
  65.         how its going.
  66.  
  67. II.    As I mentioned, there is yet another way to update your database:
  68.     
  69.         1.  Run SBPro.  Once SBPro is running open the database
  70.         "PLinklib".
  71.  
  72.         2.  If you properly copied the SBLib.sbp file into the same
  73.         directory as PLinklib, you can go to you "Program" pull down
  74.         menu and select run.
  75.  
  76.         3.  A requester will appear asking you for the program name.
  77.         Select SBLib.
  78.  
  79.         4.  Now if you hold the right mouse button down you will see a
  80.         menu call "ARexx"
  81.  
  82.         5.  Select the item you want.  Unless you select exit you will
  83.         see a requester on the Workbench screen asking for a file to
  84.         import.
  85.  
  86.         6.  Select the file you want to import into your database.  Note
  87.         if you run SBPro from it's own screen, then you will need to 
  88.         toggle the Workbench screen to the front in order to select
  89.         file.
  90.  
  91.         7.  The program will automatically strip the "garbage" from the
  92.         specified text file and enter it into the PLinklib database.  A
  93.         counter is maintained in both SBPro and in the CLI to let you know
  94.         how its going.
  95.  
  96. Right now I'd have to say you're better off if you have a hard drive
  97. (especially if you import the 2800 + record Zonelist file from the 
  98. library). I have not tested this using a floppy only system.  Hopefully
  99. it won't be to cumbersome.  Let me know.
  100.  
  101. That's it.  I plan on adding more features as time allows to make this more
  102. user friendly as well as adding routines to import from other Bulletin
  103. Boards.
  104.  
  105. If you have any problems contact me on PLink
  106. User Id: PMORE
  107.  
  108. Carl Parramore